Fixes & feature requests (QOL)#71
Merged
Merged
Conversation
…red save by modifiying mod time timestamps inside the .save file. Stationeers Beta uses the MOD TIME inside a dotsave insted of the dotsave file mod time to determine the "latest" save https://discordapp.com/channels/276525882049429515/392080751648178188/1407157281606336602
…ething like "Login@MySSUIServer1" -config.AdditionalLoginHeaderText - can ONLY be set via config file since disclosing server information would be a possible security risk. https://discordapp.com/channels/1357524183260729404/1383585271366287410/1408125765152804985
…r; handle response in (http) update handler
now interactive, defaults to closed, opens when headline clicked
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request aggregates 20 commits that introduce new features, bug fixes, performance improvements, and UI enhancements to the Stationeers Beta webUI and server management system. Below is a summary of the changes:
New Features
-config.AdditionalLoginHeaderTextto allow customization of the "Login" text on the login page (e.g., "Login@MySSUIServer1").Bug Fixes
.savefile when restoring, addressing the issue where Stationeers uses the internal mod time instead of the.savefile’s mod time to determine the latest save.UIText_Login_HeaderTitleto the English localization file.Improvements
HeadSaveBackupsare now saved with a clearer naming conventioninfo-noticeUI element for better visibility and styling.debugto reduce noise in logs.InstallAndRunSteamCMDto return exit status and error (mainly for UI)info-noticeCSS to a dedicated file for better maintainability.script.jsfile to clean up the codebase.Version Bump
Please review and provide feedback. Let me know if additional testing or changes are needed before merging.